home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / misc / math / YACAS.lha / yacas / CHANGES next >
Text File  |  2001-03-02  |  2KB  |  38 lines

  1.  
  2.                Release of version 1.0.45 (Februari 22nd 2001)
  3.  
  4.      * Fixed bug: Floor or Ceil working on 0.5 would result in an
  5.        infinite loop.
  6.      * Started work on solving differential equations
  7.        (scripts/odesolver).
  8.      * Some bug fixes thanks to Robert V Schipper.
  9.      * Some bug fixes on limits involving infinity, due to Mark
  10.        Arrasmith.
  11.      * Bug fix: Decimal didn't work correctly on negative numbers.
  12.        Reported by Gopal Narayanan (Debian Yacas package maintainer).
  13.      * Fix sent in by Gopal Narayanan so Yacas works with libgmp3.
  14.      * Added Proteus, the user interface for Yacas using the fltk
  15.        widget set, to the distribution, in directory proteus/
  16.  
  17.                Release of version 1.0.44 (December 30th 2000)
  18.  
  19.      * Unfenced the if and else operators.
  20.      * Implemented first installment of RadSimp
  21.      * Yacas can now do 39 of the Wester benchmark calculations (up
  22.        from 25).
  23.      * Updated Psion organizer version (EPOC32).
  24.      * Added derivatives and antiderivatives of Sign,Abs and if .. ..
  25.        else .. constructs.
  26.      * fixed two bugs that caused Div(x+1,x) to not work immediately
  27.        after startup.
  28.      * Integrating (a*x)^(fraction) not working, but (a*x)^(integer)
  29.        did.
  30.      * improved some complex number functionality, Sin/Cos
  31.        calculations.
  32.      * gcd, div, mod fix for rational numbers.
  33.      * Continued fraction expansion of polynomials, DivPoly which does
  34.        an efficient division of polynomials, returning a polynomial.
  35.      * small cleanup of the code
  36.      * added functions: Pslq, Floor, Ceil, Round, IsHermitean,
  37.        IsUnitary
  38.